Skip to content

Conversation

liquibot
Copy link
Contributor

@liquibot liquibot commented Oct 3, 2025

Update library/liquibase with latest commit and version

@liquibot liquibot requested a review from a team as a code owner October 3, 2025 18:38
@yosifkit
Copy link
Member

yosifkit commented Oct 3, 2025

It looks like this needs a rebase to fix the conflict. Can you rebase on docker-library/official-images master branch and force push?

Copy link

github-actions bot commented Oct 6, 2025

Diff for 6d42075:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e83b329..0af7a1a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,11 +2,11 @@ Maintainers: Jake Newton <[email protected]> (@jnewton03)
 Architectures: amd64, arm64v8
 GitRepo: https://github.com/liquibase/docker.git
 
-Tags: 5.0, 5.0.0, latest
+Tags: 5.0, 5.0.1, latest
 GitFetch: refs/heads/main
-GitCommit: aa1c6cc8fda7a42fde405d21030f99d1d5397f6a
+GitCommit: c67a0359179ab8f862f202e313461452294f944f
 
-Tags: 5.0-alpine, 5.0.0-alpine, alpine
+Tags: 5.0-alpine, 5.0.1-alpine, alpine
 GitFetch: refs/heads/main
-GitCommit: aa1c6cc8fda7a42fde405d21030f99d1d5397f6a
+GitCommit: c67a0359179ab8f862f202e313461452294f944f
 File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 3a85418..eb28451 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
 liquibase:5.0
 liquibase:5.0-alpine
-liquibase:5.0.0
-liquibase:5.0.0-alpine
+liquibase:5.0.1
+liquibase:5.0.1-alpine
 liquibase:alpine
 liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 2233dc5..94d90f3 100644
--- a/liquibase_alpine/Dockerfile.alpine
+++ b/liquibase_alpine/Dockerfile.alpine
@@ -11,8 +11,8 @@ RUN apk add --no-cache openjdk21-jre-headless bash
 
 WORKDIR /liquibase
 
-ARG LIQUIBASE_VERSION=5.0.0
-ARG LB_SHA256=4865954d3b95032beae8cd10ccdb4a4feb7e7e684d886fd979fdbb1305fb6a44
+ARG LIQUIBASE_VERSION=5.0.1
+ARG LB_SHA256=3ae11ccdcd4c080e421e5fd043bdbd624d56fcfc9b294d5d9d898cb8b074e449
 
 # Download, verify, extract
 RUN set -x && \
@@ -32,7 +32,7 @@ ARG LPM_SHA256_ARM=541a220aa3c3227cc0fb40b15976b11011568a06a6499af090258bf604f45
 
 # Add metadata labels
 LABEL org.opencontainers.image.description="Liquibase Container Image (Alpine)"
-LABEL org.opencontainers.image.licenses="Apache-2.0"
+LABEL org.opencontainers.image.licenses="FSL-1.1-ALv2"
 LABEL org.opencontainers.image.vendor="Liquibase"
 LABEL org.opencontainers.image.version="${LIQUIBASE_VERSION}"
 LABEL org.opencontainers.image.documentation="https://docs.liquibase.com"
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index 2ede99e..bc60541 100644
--- a/liquibase_latest/Dockerfile
+++ b/liquibase_latest/Dockerfile
@@ -9,8 +9,8 @@ RUN groupadd --gid 1001 liquibase && \
 # Download and install Liquibase
 WORKDIR /liquibase
 
-ARG LIQUIBASE_VERSION=5.0.0
-ARG LB_SHA256=4865954d3b95032beae8cd10ccdb4a4feb7e7e684d886fd979fdbb1305fb6a44
+ARG LIQUIBASE_VERSION=5.0.1
+ARG LB_SHA256=3ae11ccdcd4c080e421e5fd043bdbd624d56fcfc9b294d5d9d898cb8b074e449
 
 RUN wget -q -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://package.liquibase.com/downloads/dockerhub/official/liquibase-${LIQUIBASE_VERSION}.tar.gz" && \
     echo "$LB_SHA256 *liquibase-${LIQUIBASE_VERSION}.tar.gz" | sha256sum -c - && \
@@ -26,7 +26,7 @@ ARG LPM_SHA256_ARM=541a220aa3c3227cc0fb40b15976b11011568a06a6499af090258bf604f45
     
 # Add metadata labels
 LABEL org.opencontainers.image.description="Liquibase Container Image"
-LABEL org.opencontainers.image.licenses="Apache-2.0"
+LABEL org.opencontainers.image.licenses="FSL-1.1-ALv2"
 LABEL org.opencontainers.image.vendor="Liquibase"
 LABEL org.opencontainers.image.version="${LIQUIBASE_VERSION}"
 LABEL org.opencontainers.image.documentation="https://docs.liquibase.com"

Relevant Maintainers:

@yosifkit yosifkit merged commit c2f5cf8 into docker-library:master Oct 6, 2025
7 checks passed
@tianon
Copy link
Member

tianon commented Oct 7, 2025

-LABEL org.opencontainers.image.licenses="Apache-2.0"
+LABEL org.opencontainers.image.licenses="FSL-1.1-ALv2"

Oof, this is potentially problematic for continued inclusion in this program (https://github.com/docker-library/official-images#what-are-official-images, #11473) 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants